home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games2 / ang279v6.lha / Angband / bin / AngPub < prev    next >
AmigaDOS Script File  |  1996-05-14  |  216b  |  11 lines

  1. .key PLAYER
  2. .bra {
  3. .ket }
  4.  
  5. ; Create a public screen
  6. C:Run Angband:bin/PubScr NAME Angband WIDTH 1296 HEIGHT 430 DEPTH 6 SM 0x29024
  7.  
  8. ; Start the game with the specified character
  9. C:Run Angband:bin/Angband -u{PLAYER}
  10.  
  11.